home *** CD-ROM | disk | FTP | other *** search
/ Amiga Inside! / Amiga FD Inside (1995)(Ultramax).iso / berndspd / devtools / precognition / todo.edb < prev    next >
Text File  |  1995-01-13  |  3KB  |  80 lines

  1. TODO.edb: Stuff I may/may not work on  (a new design may be a better idea)
  2.           [I haven't had much time to continue working on this -- EDB]
  3.  
  4. PRECOGNITION TO DO:
  5. =============================================================================
  6. For greater Amiga OS 2.x/3.x compatibility a few other changes should be
  7. implemented, and I might work on them if I have time:
  8.  
  9.   Placement of objects should be relative to Window titlebar height
  10.      which depends on the screen font size, and varies according to user
  11.      preferences on the Workbench or the screen font used.
  12.  
  13.   Public Screen Window Jump methods. (pcgWindow JUMP PublicScreen.1)
  14.   Gadtools 'hotkey' type of support in both actions and gadget labels
  15.   MenuHelp type of support (spawn multiview/amigaguide/???)
  16.   String & Integer Gadgets should :
  17.     support new default fonts (non-proproportional) under 2.04 & above
  18.     be true custom gadgets written to support non-prop fonts under 1.3 as well.
  19.  
  20. Misc. ToDo:
  21. ===========
  22.   Add standard ".c.info" and ".h.info" Icons ( with prefs for default editor )
  23.     for generated source files.
  24.   Standard ASL File/Screen/Font requesters if 2.04 and above
  25.  
  26. Precognition.lib Bugs remaining:
  27. ================================
  28.   Clicking on Empty listview causes enforcer hit.
  29.  
  30.   SMALL BUGS: cosmetic defects, etc.
  31.   ----------------------------------
  32.    'Selected' gadget colors incorrect under >4 color screens
  33.        where GADGHCOMP is broken (uses last two colors of palette).
  34.    Font Sensitivity in objects (minimum sizes for objects)
  35.    Labels are not included in Size/Location so they can overwrite window
  36.        borders
  37.  
  38.    File Requester listview gets confused about viewable files when resized,
  39.      clicking  on down arrow causes the list to dissappear and only show one
  40.      (the last entry)
  41.  
  42.  
  43. Builder Bugs remaining:
  44. =======================
  45.   AboutWindow has wrong version date.
  46.  
  47.   Lacking some prototypes and casting on generated code causes compiler
  48.   warnings
  49.  
  50.   doesn't save to/or read from projects the multiple select property of
  51.   listviews
  52.  
  53.   project files are not true IFF according to SIFT
  54.     demo cycle gadget obvious first case
  55.     add some texts to scrolling list and same thing.  IFF syntax error
  56.  
  57.   doesn't give error messages when window placement/size won't fit on
  58.     display screen should try to move window to upper left, then try again
  59.      and notify user on failure.
  60.  
  61.   Windows with sizing gadgets should automatically add a NEWSIZE IDCMP flag
  62.     and generate skeleton code for resizing.
  63.  
  64.   Clicking on CloseWindow Gadget of BuilderWindow maybe should invoke Quit
  65.     function.
  66.  
  67. MultiWindowWriter Bugs remaining:
  68. =================================
  69.   Lacking some prototypes and casting on generated code causes compiler
  70.     warnings
  71.  
  72.   cut off text on right hand side of list view (full paths overload list)
  73.  
  74.   string gadget initial contents are lost (builder generates them correctly)
  75.  
  76.   writes source files to PROGDIR: not directory where project files are found
  77.    at least should offer a requester for where to write source code files
  78.  
  79.  
  80.